home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / emulation / amoricv0_9 / src / memwrite_000.asm < prev    next >
Assembly Source File  |  1995-10-29  |  171b  |  15 lines

  1.     MACHINE    68000
  2.  
  3. JMPTABLE1:MACRO
  4.     lsl.w    #2,D5
  5.     move.l    (A6,D5.W),A6
  6.     lsr.w    #2,D5
  7.     ENDM
  8.  
  9. JMPTABLE2:MACRO
  10.     lsl.w    #2,D0
  11.     move.l    (A6,D0.W),A6
  12.     ENDM
  13.  
  14.     include    "memwrite_xxx.asm"
  15.